home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / deal2.zip / DEAL1.BAS next >
BASIC Source File  |  1991-11-10  |  145b  |  9 lines

  1. 'This program shuffles the 52 cards in a deck for dealing.
  2.  
  3. Type deck
  4.   value As Integer
  5.   num As Integer
  6.   numsuit As Integer
  7. End Type
  8.  
  9.